home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib7 / v_09_02 / 9n02122a < prev    next >
Encoding:
Text File  |  1995-11-01  |  145 b   |  8 lines

  1.  
  2.    #ifdef MAKE_STRING_TABLE
  3.    #define TABLE_VALUE(value, string) string
  4.    #else
  5.    #define TABLE_VALUE(value, string) value
  6.    #endif
  7.  
  8.